home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vulvara / Vulvara.exe / texts / 862.txt < prev    next >
Text File  |  2004-10-08  |  660b  |  25 lines

  1. on (keyPress "<Up>") {    if 
  2. --- RECORDSEPARATOR ---
  3. (yy > 0) {        yy = yy - 120;    
  4. --- RECORDSEPARATOR ---
  5. }    gotoAndStop (2);}on 
  6. --- RECORDSEPARATOR ---
  7. (keyPress "<Down>") {    if 
  8. --- RECORDSEPARATOR ---
  9. (yy < 360) {        yy = yy + 
  10. --- RECORDSEPARATOR ---
  11. 120;    }    gotoAndStop 
  12. --- RECORDSEPARATOR ---
  13. (2);}on (keyPress "<Left>") {    
  14. --- RECORDSEPARATOR ---
  15. if (xx > 40) {        xx = xx - 
  16. --- RECORDSEPARATOR ---
  17. 120;    }    gotoAndStop 
  18. --- RECORDSEPARATOR ---
  19. (2);}on (keyPress "<Right>") 
  20. --- RECORDSEPARATOR ---
  21. {    if (xx < 520) {        xx = 
  22. --- RECORDSEPARATOR ---
  23. xx + 120;    }    gotoAndStop 
  24. --- RECORDSEPARATOR ---
  25. (2);}